Int32NINumericInt32NAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.Add(
Int32N value
)
Private Function Add (
value As Int32N
) As Int32N Implements INumeric(Of Int32N).Add
private:
virtual Int32N Add(
Int32N value
) sealed = INumeric<Int32N>::Add
private abstract Add :
value : Int32N -> Int32N
private override Add :
value : Int32N -> Int32N
- value Int32N
- The value to add to the current value.
Int32NThe sum of the current value and
value.
INumericTSelfAdd(TSelf)